Various spelling mistakes across a few domains that show up in documentation.
authorCam Cook <cam.cook@linux.com>
Fri, 23 Dec 2022 16:01:07 +0000 (11:01 -0500)
committerCam Cook <cam.cook@linux.com>
Fri, 23 Dec 2022 16:01:07 +0000 (11:01 -0500)
commit7fc4d0285159bf99953340a9d815e7a7b7cd99fc
tree549fcdef8b5a3358c045c8126028bc719dd35d10
parenta9c9678e1f617755368f16424a03ae1f2d2ced4e
Various spelling mistakes across a few domains that show up in documentation.

| domain | current | suggestion |
|--------|---------|------------|
| [GtkAspectFrame](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkaspectframe.c#L457)    | "requistion of the child" | "requisition of the child" |
| [GtkPaned](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkpaned.c#L2500)               | "(attributes org.gtk.Method.set_propery=wide-handle)" | "(attributes org.gtk.Method.set_property=wide-handle)"|
| [GtkPopover](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkpopover.c#L2484)           | "with gtk_popover_set_offset()." | "with [method@Gtk.Popover.set_offset()]." |
| [GtkPopoverMenu](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkpopovermenu.c#L859)    | "with gtk_popover_menu_add_child()" | "with [method@Gtk.PopoverMenu.add_child()]" |
| [GtkSelectionModel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkselectionmodel.c#L316) | "the queired range" | "the queried range" |
| [GtkScrolledWindow](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkscrolledwindow.c#L76) | "automatically removed hen" | "automatically removed when"|
| [GtkSearchBar](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtksearchbar.c#L425)         | "Connects the \`GtkEditable widget" | "Connects the `GtkEditable` widget" |
gtk/gtkaspectframe.c
gtk/gtkpaned.c
gtk/gtkpopover.c
gtk/gtkpopovermenu.c
gtk/gtkscrolledwindow.c
gtk/gtksearchbar.c
gtk/gtkselectionmodel.c